home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 2 / Gekikoh Dennoh Club Vol. 2 (Japan).7z / Gekikoh Dennoh Club Vol. 2 (Japan) (Track 01).bin / games / rosa2 / src / zfunc.h < prev    next >
C/C++ Source or Header  |  1997-09-27  |  155b  |  10 lines

  1. #ifndef zfunc_h
  2. #define zfunc_h
  3.  
  4. int FadeOut(int Speed);
  5. int BgmPlay(int Size,void *Ptr);
  6. int SePlay(int Track,void *Ptr);
  7. int BgmStop();
  8.  
  9. #endif
  10.